Good book about advanced programming techniques [closed]

Posted by Luca on Programmers See other posts from Programmers or by Luca
Published on 2012-10-12T12:47:03Z Indexed on 2012/10/12 15:48 UTC
Read the original article Hit count: 167

I am looking to a book covering adavnced programming techniques, covering different practical scenarios and describing the different challanges with the relative solutions.

As example, which are the best ways to implement a module for buying on a web application with credit card or how to manage responsivenes for the frontend of the web application itself (dealing with cache, optimeze plugins, etc).

On the web there are tons of tutorials about these topics, but I am looking for a book where such cases are collected all together and treated by real professionists. If the book would provide some code samples, that would be a plus (especially if C# .NET), but I am more interested in the approach/solution rather than the code details.

I could not find any of these cases in the general book about programming, therefore I hope someone might point me in the right direction.

EDIT:

I have 4 years experience as web developer, mainly with Microsoft (C#, ASP.NET, SQL Server) and client side technologies (jQuery, HTML/CSS).

© Programmers or respective owner

Related posts about learning

Related posts about programming-practices